gtk4.git
2014-05-23 Carlos Garnachoswipe: Add function to retrieve the current velocity
2014-05-23 Carlos Garnachocolorswatch: Replace GtkPressAndHold
2014-05-23 Carlos Garnachocolorscale: Replace GtkPressAndHold with GtkLongPressGe...
2014-05-23 Carlos Garnachocolorplane: Replace GtkPressAndHold with GtkLongPressGe...
2014-05-23 Carlos Garnachoentry: Don't show text handles too eagerly on button...
2014-05-23 Carlos Garnacholongpress: Ensure check() happens after cancel()
2014-05-23 Carlos Garnacholongpress: fix reentrancy on ::reset()
2014-05-23 Carlos Garnachogesturemultipress: fix reentrancy on ::reset()
2014-05-23 Carlos Garnachogesturesingle: check the current sequence before resett...
2014-05-23 Carlos Garnachoscrolledwindow: update to gesture widget-level API...
2014-05-23 Carlos Garnachowindow: update to gesture widget-level API changes
2014-05-23 Carlos Garnachotreeview: update to gesture widget-level API changes
2014-05-23 Carlos Garnachodrag: remove unused #define
2014-05-23 Carlos Garnachoeventcontroller: Add documentation blurb
2014-05-23 Carlos Garnachodnd: Update to gesture widget-level API changes
2014-05-23 Carlos Garnachodemo: Update to gesture widget-level API changes
2014-05-23 Carlos Garnachowidget: refactor gesture integration
2014-05-23 Carlos Garnachogesture: Add grouping API
2014-05-23 Carlos Garnachogesture: Add gtk_gesture_set_state() helper.
2014-05-23 Carlos Garnachogesture: emit the current state on ::sequence-state...
2014-05-23 Carlos Garnachogesture: group continue conditions together
2014-05-23 Carlos Garnachogesture: return TRUE if the sequence state was already set
2014-05-23 Carlos Garnachogesture: fix compiler warning
2014-05-23 Carlos Garnachogesture: ignore events if now widget window was found
2014-05-23 Carlos Garnachoeventcontroller: Add propagation-phase property
2014-05-23 Carlos Garnachotreeview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachotextview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachoiconview: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachocombobox: remove superfluous GTK+ grabs
2014-05-23 Carlos Garnachocellrendereraccel: remove superfluous GTK+ grabs
2014-05-23 Carlos GarnachoRevert "gtk: Remove propagation limit of captured event...
2014-05-23 Carlos Garnacholongpress: Use xsettings to determine long press duration
2014-05-23 Carlos Garnachosettings: Add gtk-long-press-time setting
2014-05-23 Carlos Garnachowindow: Use gestures for window moving/resizing
2014-05-23 Carlos Garnachotreeview: Use multipress gesture for row activation
2014-05-23 Carlos Garnachodnd: Use GtkGestureDrag to initiate DnD
2014-05-23 Carlos Garnachoscrolledwindow: Ensure the dragging sequence gets denie...
2014-05-23 Carlos Garnachoscrolledwindow: Fix overshoot coordinates
2014-05-23 Carlos Garnachowidget: Add gtk_widget_set_gesture_state()
2014-05-23 Carlos Garnachowidget: Improve button press emulation on sequence...
2014-05-23 Carlos Garnachoswipe: Dont emit swipe() if the gesture was denied...
2014-05-23 Carlos Garnachodrag: Make API offsets based
2014-05-23 Carlos Garnachoscrolledwindow: Use GtkGestureSingle API
2014-05-23 Carlos Garnachoscrolledwindow: Update gesture API change.
2014-05-23 Carlos Garnachodemo: Update to gesture API change
2014-05-23 Carlos Garnachowidget: Reset gestures on grab-notify
2014-05-23 Carlos Garnachowidget: Make helper gesture API take GtkGestures
2014-05-23 Carlos GarnachoAdd: GTK_PHASE_NONE value to GtkCapturePhase.
2014-05-23 Carlos Garnachogesture: check the gesture after denying a sequence.
2014-05-23 Carlos Garnachogesture: Offer always coordinates in the gesture widget...
2014-05-23 Carlos Garnachomultipress: Remove unused signal argument
2014-05-23 Carlos Garnachoswipe: Make a subclass of GtkGestureSingle
2014-05-23 Carlos Garnachodrag: Make a subclass of GtkGestureSingle
2014-05-23 Carlos Garnachomultipress: Make a subclass of GtkGestureSingle
2014-05-23 Carlos Garnacholongpress: Make a subclass of GtkGestureSingle
2014-05-23 Carlos Garnachogesture: Only recognize gestures with as many interacti...
2014-05-23 Carlos Garnachogesture: Limit API calls to non-denied sequences
2014-05-23 Carlos Garnachogesture: Require BUTTON_PRESS/TOUCH_BEGIN for sequences...
2014-05-23 Carlos Garnachogesture: Only track non denied sequences in get_last_up...
2014-05-23 Carlos Garnachogesture: cancel all ongoing sequences on reset()
2014-05-23 Carlos Garnachogesture: Skip non-device events early.
2014-05-23 Carlos Garnachogesture: Add gtk_gesture_[sg]et_window()
2014-05-23 Carlos Garnachodocs: Add GtkGestureSingle to docs
2014-05-23 Carlos Garnachogesture: Remove the touch-only property
2014-05-23 Carlos GarnachoAdd GtkGestureSingle
2014-05-23 Matthias Clasen...and add the right include instead
2014-05-23 Matthias ClasenRemove a doubled line
2014-05-23 Carlos Garnachoscrolledwindow: Use gesture button/touch press synthesi...
2014-05-23 Carlos Garnachowidget: Propagate touch/button press events when a...
2014-05-23 Carlos Garnachogesture: Add private getter to know whether a touch...
2014-05-23 Carlos Garnachowidget: Implement hierarchy-level mechanism to claim...
2014-05-23 Carlos Garnachodocs: Add GtkWidget gesture functions
2014-05-23 Carlos Garnachoscrolledwindow: port to GtkGesture
2014-05-23 Carlos Garnachowidget: Add widget-level handling of touch sequence...
2014-05-23 Carlos Garnachowidget: Hook GtkEventController to widget event processing.
2014-05-23 Carlos Garnachogtk: Remove propagation limit of captured events on...
2014-05-23 Carlos Garnachogtk-demo: Add simple gestures demo
2014-05-23 Carlos Garnachohook GtkGesture* into docs generation
2014-05-23 Carlos GarnachoAdd GtkGestureMultiPress
2014-05-23 Carlos GarnachoAdd GtkGestureDrag
2014-05-23 Carlos GarnachoAdd GtkGestureZoom
2014-05-23 Carlos GarnachoAdd GtkGestureRotate
2014-05-23 Carlos GarnachoAdd GtkGestureSwipe
2014-05-23 Carlos GarnachoAdd GtkGestureLongPress
2014-05-23 Carlos GarnachoAdd GtkGesture
2014-05-23 Carlos GarnachoAdd GtkEventController
2014-05-23 Benjamin Ottethemingbackground: Outset shadows require border box
2014-05-23 Benjamin Ottecss: Make getter function a real getter
2014-05-23 Matthias Clasentestsuite: Add more icon names
2014-05-23 Matthias ClasenAdd more icons to check-icon-names
2014-05-23 Matthias Clasentestsuite: Run reftests with GTK_DEBUG=icontheme
2014-05-23 Benjamin Ottetestsuite: Add a test for icon names
2014-05-23 Matthias ClasenGtkButton: tighten code a bit
2014-05-22 Matthias Claseninspector: Repeat the keybinding warning
2014-05-22 Matthias Claseninspector: avoid a warning on destroy
2014-05-22 Benjamin OtteRevert "Fix crash"
2014-05-22 Benjamin Ottereftests: Fix icon-vfuncs reftest
2014-05-22 Behdad EsfahbodFix crash
2014-05-22 Matthias Clasendocs: Include input handling overview
2014-05-22 Matthias ClasenSome more input handling docs
next